home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / 3rom_s < prev    next >
Text File  |  2006-10-19  |  663b  |  44 lines

  1. * ROM 3
  2. *
  3. * ROM 3 contains the following routines:
  4. *
  5. * OPEN
  6. *
  7. * April 21, 1995
  8. * David Nieters
  9.  
  10.        IDT  'ROM3'
  11.  
  12.        AORG >4000
  13.  
  14.        DATA OPEN0
  15.  
  16.        COPY "DSK7.EQU"
  17.        PAGE
  18.        COPY "DSK7.OPEN"
  19.        PAGE
  20.        COPY "DSK7.OPENAP"
  21.        PAGE
  22.        COPY "DSK7.OPENIN"
  23.        PAGE
  24.        COPY "DSK7.OPENOU"
  25.        PAGE
  26.        COPY "DSK7.ALLOCATE"
  27.        PAGE
  28.        COPY "DSK7.DSRERROR"
  29.        PAGE
  30.        COPY "DSK7.BANKIT"
  31.        PAGE
  32.        COPY "DSK7.ISFILEOPEN"
  33.        PAGE
  34.        COPY "DSK7.GETDDR"
  35.        PAGE
  36.        COPY "DSK7.FDDR"
  37.        PAGE
  38.        COPY "DSK7.ALOT"
  39.        PAGE
  40.        COPY "DSK7.MISC"
  41.  
  42. BANKN  DATA >0300
  43.        END
  44.